projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833623e
)
[HVM] Fix typo that broke x86_64 build
author
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 12 Apr 2007 14:07:20 +0000
(15:07 +0100)
committer
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 12 Apr 2007 14:07:20 +0000
(15:07 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/arch/x86/hvm/hvm.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/hvm.c
b/xen/arch/x86/hvm/hvm.c
index 7636da5614239a38dac86f2d1b9ef798fd1dbb20..426eb40471191bee2f15130b17465001d8aff8c5 100644
(file)
--- a/
xen/arch/x86/hvm/hvm.c
+++ b/
xen/arch/x86/hvm/hvm.c
@@
-281,8
+281,8
@@
static int hvm_load_cpu_ctxt(struct domain *d, hvm_domain_context_t *h)
vc->user_regs.edi = ctxt.rdi;
vc->user_regs.esp = ctxt.rsp;
#ifdef __x86_64__
- vc->user_regs.r8
;
= ctxt.r8;
- vc->user_regs.r9
;
= ctxt.r9;
+ vc->user_regs.r8
= ctxt.r8;
+ vc->user_regs.r9
= ctxt.r9;
vc->user_regs.r10 = ctxt.r10;
vc->user_regs.r11 = ctxt.r11;
vc->user_regs.r12 = ctxt.r12;